'宣言 Function CanInsertRange( _ ByVal startingIndex As System.Integer, _ ByVal items As System.Collections.Generic.IEnumerable(Of T) _ ) As System.Boolean
System.bool CanInsertRange( System.int startingIndex, System.Collections.Generic.IEnumerable<T> items )
パラメータ
- startingIndex
- The index where the items would be inserted.
- items
- The items to be inserted.